POST /Group/UpdateCustomAttributesForGroup/{id}/

Updates the custom attributes for the specified group.
 

Request

Method Request URI
POST /API/Group/UpdateCustomAttributesForGroup/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The group ID to be updated.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: customAttributes
Type: System.Collections.Generic.IList`1[Dundas.BI.WebApi.Models.CustomAttributeData]

Response

Response Body

A Dundas.BI.WebApi.Models.GroupData object containing the group data, or a status code indicating the problem.